home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------------------------*/
- /* */
- /* */
- /* ------------ Bit-Bucket Software <no-Inc> */
- /* \ 10001101 / Writers and Distributors of */
- /* \ 011110 / No-Cost<no-tm> Software. */
- /* \ 1011 / */
- /* ------ */
- /* */
- /* Copyright (C) 1987, 1988, 1989 by Robert Hartman and Vincent Perriello */
- /* */
- /* */
- /* Keyboard Scan Code definitions used in BinkleyTerm 2.10 */
- /* */
- /* */
- /* For complete details of the licensing restrictions, please refer */
- /* to the License agreement, which is published in its entirety in */
- /* the MAKEFILE and BT.C, and also contained in the file LICENSE.210. */
- /* */
- /* USE OF THIS FILE IS SUBJECT TO THE RESTRICTIONS CONTAINED IN THE */
- /* BINKLEYTERM LICENSING AGREEMENT. IF YOU DO NOT FIND THE TEXT OF */
- /* THIS AGREEMENT IN ANY OF THE AFOREMENTIONED FILES, OR IF YOU DO */
- /* NOT HAVE THESE FILES, YOU SHOULD IMMEDIATELY CONTACT THE AUTHORS */
- /* AT THE ADDRESSES LISTED BELOW. IN NO EVENT SHOULD YOU PROCEED TO */
- /* USE THIS FILE WITHOUT HAVING ACCEPTED THE TERMS OF THE */
- /* BINKLEYTERM LICENSING AGREEMENT, OR SUCH OTHER AGREEMENT AS YOU */
- /* ARE ABLE TO REACH WITH THE AUTHORS. */
- /* */
- /* */
- /* The Authors can be reached at the following addresses: */
- /* */
- /* Robert C. Hartman Vincent E. Perriello */
- /* Spark Software VEP Software */
- /* 427-3 Amherst Street 111 Carroll Street */
- /* CS2032, Suite 232 Naugatuck, CT 06770 */
- /* Nashua, NH 03061 */
- /* */
- /* FidoNet 1:132/101 FidoNet 1:141/491 */
- /* Data (603) 888-8179 Data (203) 729-7569 */
- /* */
- /* Please feel free to contact us at any time to share your comments */
- /* about our software and/or licensing policies. */
- /* */
- /*--------------------------------------------------------------------------*/
-
-
- #define ALTA 0x1e00
- #define ALTB 0x3000
- #define ALTC 0x2e00
- #define ALTD 0x2000
- #define ALTE 0x1200
- #define ALTF 0x2100
- #define ALTG 0x2200
- #define ALTH 0x2300
- #define ALTI 0x1700
- #define ALTJ 0x2400
- #define ALTK 0x2500
- #define ALTL 0x2600
- #define ALTM 0x3200
- #define ALTN 0x3100
- #define ALTO 0x1800
- #define ALTP 0x1900
- #define ALTQ 0x1000
- #define ALTR 0x1300
- #define ALTS 0x1f00
- #define ALTT 0x1400
- #define ALTU 0x1600
- #define ALTV 0x2f00
- #define ALTW 0x1100
- #define ALTX 0x2d00
- #define ALTY 0x1500
- #define ALTZ 0x2600
-
- #define CTRLC 0x2e03
-
- #define ALT1 0x7800
- #define ALT2 0x7900
- #define ALT3 0x7a00
- #define ALT4 0x7b00
- #define ALT5 0x7c00
- #define ALT6 0x7d00
- #define ALT7 0x7e00
- #define ALT8 0x7f00
- #define ALT9 0x8000
- #define ALT0 0x8100
-
- #define PGUP 0x4900
- #define PGDN 0x5100
-
- #define ALTF1 0x6800
- #define ALTF2 0x6900
- #define ALTF3 0x6a00
- #define ALTF4 0x6b00
- #define ALTF5 0x6c00
- #define ALTF6 0x6d00
- #define ALTF7 0x6e00
- #define ALTF8 0x6f00
- #define ALTF9 0x7000
- #define ALTF10 0x7100
-
- #define PF1 0x3b00
- #define PF2 0x3c00
- #define PF3 0x3d00
- #define PF4 0x3e00
- #define PF5 0x3f00
- #define PF6 0x4000
- #define PF7 0x4100
- #define PF8 0x4200
- #define PF9 0x4300
- #define PF10 0x4400
-
- #define UPAR 0x4800
- #define LFAR 0x4b00
- #define RTAR 0x4d00
- #define DNAR 0x5000
- #define HOME 0x4700
- #define END 0x4f00
-
- #define SHF1 0x5400
- #define SHF2 0x5500
- #define SHF3 0x5600
- #define SHF4 0x5700
- #define SHF5 0x5800
- #define SHF6 0x5900
- #define SHF7 0x5a00
- #define SHF8 0x5b00
- #define SHF9 0x5c00
- #define SHF10 0x5d00
-